From: Peter Michael Green Date: Thu, 15 Feb 2024 21:06:55 +0000 (+0000) Subject: Disable neon. X-Git-Tag: archive/raspbian/1.0.11-0+deb11u4+rpi1~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css//%22node%24level1.html/%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css/%22node%24level1.html/%22?a=commitdiff_plain;h=edd153e966212a395c1969dfafdcf034e810214b;p=libde265.git Disable neon. Gbp-Pq: Name disable-neon.patch --- diff --git a/configure.ac b/configure.ac index 57cd267..178a2c1 100644 --- a/configure.ac +++ b/configure.ac @@ -226,9 +226,9 @@ case $target_cpu in if test x"$disable_arm" != x"yes"; then AC_DEFINE(HAVE_ARM, 1, [Support ARM instructions]) - AX_CHECK_COMPILE_FLAG(-mfpu=neon, [ - AC_DEFINE(HAVE_NEON, 1, [Support ARM NEON instructions]) - ax_cv_support_neon_ext=yes], []) + #AX_CHECK_COMPILE_FLAG(-mfpu=neon, [ + # AC_DEFINE(HAVE_NEON, 1, [Support ARM NEON instructions]) + # ax_cv_support_neon_ext=yes], []) AC_ARG_ENABLE(thumb, [AS_HELP_STRING([--enable-thumb],